home *** CD-ROM | disk | FTP | other *** search
- Path: cyberus.ca!news
- From: MC <mcardinal@cyberus.ca>
- Newsgroups: comp.lang.c
- Subject: How do I write gets() function that checks for boundaries?
- Date: Fri, 08 Mar 1996 02:02:55 -0500
- Organization: Cyberus Online Inc.
- Message-ID: <313FDB9F.7455@cyberus.ca>
- NNTP-Posting-Host: dialup139.cyberus.ca
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
-
- I want to write my own gets() function that will check string size so that it doesn't accept more
- characters than my declared string variable. Any ideas?
-